Leave that up to emacsen-common. Thanks to Sven Joachim
<svenjoac@gmx.de>. (closes: #490524)
- -- Rob Browning <rlb@defaultvalue.org> Wed, 23 Jul 2008 19:31:57 -0700
+ * Don't prematurely raise an error when trying to save a non-ASCII
+ buffer when select-safe-coding-system-accept-default-p is set to a
+ function. Thanks to Jun Inoue <jun.lambda@gmail.com>.
+ (closes: #488427)
+
+ -- Rob Browning <rlb@defaultvalue.org> Wed, 23 Jul 2008 19:58:11 -0700
emacs22 (22.2+2-2) unstable; urgency=medium
--- /dev/null
+* A problem with saving non-ASCII buffers has been fixed.
+ Patch: fix-mule-select-safe-coding.diff
+ Provided-by: Jun Inoue <jun.lambda@gmail.com>
+ Date: Sun, 29 Jun 2008 05:07:24 +0900
+ Added-by: Rob Browning <rlb@defaultvalue.org>
+ Status: incorporated upstream
+
+ Previously, Emacs would raise an error if even one coding system was
+ rejected when trying to save a buffer containing non-ASCII text when
+ select-safe-coding-system-accept-default-p was set to a function.
+ Now Emacs should continue.
+
+Index: sid/lisp/international/mule-cmds.el
+===================================================================
+--- sid.orig/lisp/international/mule-cmds.el
++++ sid/lisp/international/mule-cmds.el
+@@ -733,7 +733,7 @@
+ (let ((pos (point))
+ (fill-prefix " "))
+ (dolist (x (append rejected unsafe))
+- (princ " ") (princ (car x)))
++ (princ " ") (princ x))
+ (insert "\n")
+ (fill-region-as-paragraph pos (point)))
+ (when rejected
version-mention-debian.diff
fix-vcdiff-tmp-file-handling-cve-2008-1694.diff
make-fast-lock-cache-directories-risky-cve-2008-2142.diff
+fix-mule-select-safe-coding.diff
autofiles.diff